home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 February
/
macformat-034.iso
/
mac
/
Shareware City
/
Developers
/
simple-sockets-11-c
/
Simple Sockets 1.1 ƒ
/
ip ƒ
/
ipdr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-19
|
339 b
|
22 lines
|
[
TEXT/CWIE
]
/*
* ipdr.h
*
* Internet Protocol Data Representation
*
* This file should remove some of the burden from ip.c
*
* MDT 19 JAN 95
*/
#ifndef __IPDATAREP_HEADER__
#define __IPDATAREP_HEADER__
/* Data Representation */
int htons(int x);
int ntohs(int x);
long htonl(long y);
long ntohl(long y);
#endif /* __IPDATAREP_HEADER__ */